(no commit message)
authorprancewit <prancewit@web>
Mon, 12 Sep 2022 19:06:11 +0000 (19:06 +0000)
committeradmin <admin@branchable.com>
Mon, 12 Sep 2022 19:06:11 +0000 (19:06 +0000)
doc/todo/Special_remotes__58___support_for_MULTIREMOVE.mdwn [new file with mode: 0644]

diff --git a/doc/todo/Special_remotes__58___support_for_MULTIREMOVE.mdwn b/doc/todo/Special_remotes__58___support_for_MULTIREMOVE.mdwn
new file mode 100644 (file)
index 0000000..eb4393a
--- /dev/null
@@ -0,0 +1,3 @@
+Currently, when we use small chunks for large files, `git annex drop` can take a long time on external remotes. One possible solution seems to be that we batch multiple REMOVEs in a single call to the special remote so that it can be optimized by it if needed.
+
+This is still not ideal, but seems reasonably safe and easy to do. Thoughts?